home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / AFS / WriteUp.app / English.lproj / GraphicsInspector.nib / data.classes < prev    next >
Text File  |  1994-12-14  |  1KB  |  77 lines

  1. AfsInspector = {
  2.     ACTIONS = {
  3.     inspect:;
  4.     ok:;
  5.     init:;
  6.     };
  7.     OUTLETS = {
  8.     inspectorView;
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. FirstResponder = {
  13.     ACTIONS = {
  14.     sendToBack:;
  15.     popForward:;
  16.     pushBackward:;
  17.     bringToFront:;
  18.     runGraphicStyles:;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. GraphicsInspector = {
  23.     ACTIONS = {
  24.     decreaseStandoffLeft:;
  25.     swapOut:;
  26.     applyStyle:;
  27.     nudgeLineWidth:;
  28.     changeFillColor:;
  29.     init:;
  30.     changeLineWidth:;
  31.     ok:;
  32.     changeFill:;
  33.     setFlowSide:;
  34.     runaroundToggle:;
  35.     changeLine:;
  36.     lock:;
  37.     changeLineColor:;
  38.     changeLineWidthFromPopup:;
  39.     increaseStandoffLeft:;
  40.     changeFillPattern:;
  41.     };
  42.     OUTLETS = {
  43.     widthField;
  44.     widthPullDown;
  45.     lineButton;
  46.     currentStyle;
  47.     iconButton;
  48.     fillColor;
  49.     drawView;
  50.     runaround;
  51.     fillButton;
  52.     fileTitle;
  53.     standoffLeft;
  54.     stylePopupButton;
  55.     pathField;
  56.     oldStyle;
  57.     lineColor;
  58.     stylePopupList;
  59.     lockButton;
  60.     };
  61.     SUPERCLASS = AfsInspector;
  62. };
  63. AfsInspectorSwapPanel = {
  64.     ACTIONS = {
  65.     swapIn:;
  66.     inspect:;
  67.     ok:;
  68.     registerWith:;
  69.     revert:;
  70.     };
  71.     OUTLETS = {
  72.     firstText;
  73.     inspector;
  74.     };
  75.     SUPERCLASS = AfsSwapPanel;
  76. };
  77.